home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000541_kb@cs.umb.edu_Thu May 5 12:44:26 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from terminus.cs.umb.edu by cs.umb.edu with SMTP id AA26453
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Thu, 5 May 1994 16:44:31 -0400
  3. Received: by terminus.cs.umb.edu id AA09316
  4.   (5.65c/IDA-1.4.4 for tex-k); Thu, 5 May 1994 16:44:26 -0400
  5. Date: Thu, 5 May 1994 16:44:26 -0400
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199405052044.AA09316@terminus.cs.umb.edu>
  8. To: lauraf@eecs.umich.edu
  9. Cc: tex-k@cs.umb.edu
  10. Subject: Re: help compiling web2c.6-1 on an alpha
  11.  
  12.     ../kpathsea/dir.h:48: parse error before `*'
  13.     ../kpathsea/dir.h:48: warning: data definition has no type or storage class
  14.     ../kpathsea/dir.h:49: parse error before `*'
  15.  
  16. Yuck. Check web2c/lib/c-auto.h, and see if DIRENT is defined. It should
  17. be, for the Alpha. And that should cause <dirent.h> to be included (in
  18. <kpathsea/dir.h), and that should define DIR. Check your <dirent.h>.
  19. Maybe there's a messed-up copy in gcc's include dir. Try running gcc -E
  20. to see which files are being included when, or whether it's getting
  21. preprocessed into something else mysterious.
  22.  
  23.    I am using gnu make (3.7) and gcc (2.5.8).
  24.  
  25. 3.70, actually. (Yup, that's a ``seventy''.) Not that it matters.